home *** CD-ROM | disk | FTP | other *** search
- GridBagLayout gridBagLayout;
- gridBagLayout = new GridBagLayout();
- setLayout(gridBagLayout);
- setVisible(false);
- setSize(277,100);
- setBackground(new Color(15724527));
- setTitle("About...");
- setResizable(false);
-